home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / bison / bison1~1.zoo / mergedir.awk < prev    next >
Encoding:
Text File  |  1991-09-25  |  273 b   |  6 lines

  1. # This is an awk program to insert the value of the variable `dir'
  2. # into the file names in the #line commands in bison.simple.
  3. # Out of laziness, we assume the file name in the text is bison.simple.
  4. $1 == "#line" { print $1, $2, "\"" dir "/bison.simple\"" }
  5. $1 != "#line"
  6.